diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 84a7304..99a8039 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version: 'stable' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b37ee2..51a8644 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@v6 # ratchet:actions/checkout@v3 + - uses: actions/checkout@v7 # ratchet:actions/checkout@v3 - name: Install cosign uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # ratchet:sigstore/cosign-installer@main with: