From 313a515de7523ffe976abc386bc4911b75ec16f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:06:36 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/jarvis-code.yml | 2 +- .github/workflows/jarvis-hack.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6abb0af..da28ab7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/jarvis-code.yml b/.github/workflows/jarvis-code.yml index 501fc80..0aeb64f 100644 --- a/.github/workflows/jarvis-code.yml +++ b/.github/workflows/jarvis-code.yml @@ -24,7 +24,7 @@ jobs: contents: read steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check GitHub Status # Source of GitHub Action in line 30: # https://github.com/dduzgun-security/secure-code-game-action diff --git a/.github/workflows/jarvis-hack.yml b/.github/workflows/jarvis-hack.yml index a5df4a4..2ce1add 100644 --- a/.github/workflows/jarvis-hack.yml +++ b/.github/workflows/jarvis-hack.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check for insecure actions run: |