diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index df10474..7d69100 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 148d562..b20d644 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: os: [macos-latest, windows-latest, ubuntu-latest] steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: submodules: "true" - name: Install dependencies @@ -54,7 +54,7 @@ jobs: runs-on: macos-latest-xlarge steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: submodules: "true" - name: Install dependencies @@ -103,7 +103,7 @@ jobs: container: python:latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: submodules: "true" - name: Install deps @@ -144,7 +144,7 @@ jobs: run: | apk add git - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: submodules: "true" - name: Upload coverage to Codecov (should fail due to missing dependencies) @@ -175,7 +175,7 @@ jobs: run: | apk add git curl gnupg bash - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: submodules: "true" - name: Upload coverage to Codecov (should succeed) @@ -212,7 +212,7 @@ jobs: run: | apk add git curl - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 with: submodules: "true" - name: Upload coverage to Codecov (should fail due to missing gpg and bash) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 340f33e..ee5da78 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v5.0.0 # v3.0.0 + uses: actions/checkout@v6.0.1 # v3.0.0 with: persist-credentials: false