diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4736052..76e9e6d 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@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/jarvis-code.yml b/.github/workflows/jarvis-code.yml index 0aeb64f..61bdf60 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@v5 + uses: actions/checkout@v6 - 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 2ce1add..8edde4b 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@v5 + uses: actions/checkout@v6 - name: Check for insecure actions run: |