diff --git a/.github/workflows/dependabot-fix.lock.yml b/.github/workflows/dependabot-fix.lock.yml index 20da98d..9a88712 100644 --- a/.github/workflows/dependabot-fix.lock.yml +++ b/.github/workflows/dependabot-fix.lock.yml @@ -63,7 +63,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info @@ -286,7 +286,7 @@ jobs: output_types: ${{ steps.collect_output.outputs.output_types }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths @@ -951,7 +951,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact @@ -1067,7 +1067,7 @@ jobs: push_commit_url: ${{ steps.process_safe_outputs.outputs.push_commit_url }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/dependabot-review.lock.yml b/.github/workflows/dependabot-review.lock.yml index a4546c1..db0bf25 100644 --- a/.github/workflows/dependabot-review.lock.yml +++ b/.github/workflows/dependabot-review.lock.yml @@ -55,7 +55,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info @@ -258,7 +258,7 @@ jobs: output_types: ${{ steps.collect_output.outputs.output_types }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths @@ -902,7 +902,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact @@ -1012,7 +1012,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@8914f47b6c1bb8a802c7549f5ac1a81434b66403 # v0.86.1 + uses: github/gh-aw-actions/setup@30aadb1626371455f145991c6385924babda2d04 # v0.86.3 with: destination: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 335ed88..f9bd1a7 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -16,5 +16,5 @@ jobs: steps: # Spellcheck - uses: actions/checkout@v7 - - uses: rojopolis/spellcheck-github-actions@0.65.0 + - uses: rojopolis/spellcheck-github-actions@0.66.0 name: Spellcheck