diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index da2c55e..403c243 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: actions/setup-go@v5 with: go-version: 'stable' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5348d7..eaf5e35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v4 # ratchet:actions/checkout@v3 + - uses: actions/checkout@v6 # ratchet:actions/checkout@v3 - name: Install cosign uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # ratchet:sigstore/cosign-installer@main with: