diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0097294..e30ebe6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 + uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6 with: show-progress: false @@ -41,7 +41,7 @@ jobs: ini-values: memory_limit=-1 - name: "Cache Static Analysis Cache Files" - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 if: ${{ matrix.dependencies == 'locked' }} with: path: ./tmp diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8db5999..6b46055 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 name: Release Automation steps: - - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }}