diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index da2c55e..1febd24 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@v5 - uses: actions/setup-go@v5 with: go-version: 'stable' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10c144a..5b0dd99 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@v5 # ratchet:actions/checkout@v3 - name: Install cosign uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # ratchet:sigstore/cosign-installer@main with: