diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c23c297..47d47f7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -73,7 +73,7 @@ jobs: steps: - id: checkout name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: fetch-depth: 2 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 6357bbd..8da78e0 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -42,7 +42,7 @@ jobs: steps: - id: checkout name: 'Checkout Repository' - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 - id: review-deps name: 'Dependency Review' diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 15b2de7..73555b2 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -48,7 +48,7 @@ jobs: steps: - id: checkout name: 'Checkout Repository' - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 - id: filter name: "Check for changed files" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba97c91..a5dcf86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: steps: - name: 'Checkout Repository' - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 # https://github.com/adamralph/minver?tab=readme-ov-file#why-is-the-default-version-sometimes-used-in-github-actions-azure-pipelines-and-travis-ci-when-a-version-tag-exists-in-the-history with: fetch-depth: 0 diff --git a/.github/workflows/version-sweeper.yml b/.github/workflows/version-sweeper.yml index 6091e70..7a85078 100644 --- a/.github/workflows/version-sweeper.yml +++ b/.github/workflows/version-sweeper.yml @@ -30,7 +30,7 @@ jobs: # Checkout the repo into the workspace within the VM steps: - id: checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 - id: print-reason name: "Print manual run reason"