diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0ed06cb..c92e7f6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/rust_quality.yml b/.github/workflows/rust_quality.yml index 4f18880..ec23198 100644 --- a/.github/workflows/rust_quality.yml +++ b/.github/workflows/rust_quality.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout openjd-model-for-python - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ inputs.branch || inputs.tag || github.ref }} @@ -118,7 +118,7 @@ jobs: contents: read steps: - name: Checkout openjd-model-for-python - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ inputs.branch || inputs.tag || github.ref }} @@ -159,7 +159,7 @@ jobs: contents: read steps: - name: Checkout openjd-model-for-python - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ inputs.branch || inputs.tag || github.ref }} @@ -186,7 +186,7 @@ jobs: contents: read steps: - name: Checkout openjd-model-for-python - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ inputs.branch || inputs.tag || github.ref }}