|
43 | 43 | # Custom actions used: |
44 | 44 | # - actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
45 | 45 | # - actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
46 | | -# - actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 46 | +# - actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
47 | 47 | # - actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
48 | 48 | # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
49 | 49 | # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 | const { main } = require('${{ runner.temp }}/gh-aw/actions/check_daily_aic_workflow_guardrail.cjs'); |
203 | 203 | await main(); |
204 | 204 | - name: Checkout .github and .agents folders |
205 | | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 205 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
206 | 206 | with: |
207 | 207 | persist-credentials: false |
208 | 208 | sparse-checkout: | |
@@ -466,7 +466,7 @@ jobs: |
466 | 466 | echo "GH_AW_SAFE_OUTPUTS_TOOLS_PATH=${RUNNER_TEMP}/gh-aw/safeoutputs/tools.json" |
467 | 467 | } >> "$GITHUB_OUTPUT" |
468 | 468 | - name: Checkout repository |
469 | | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 469 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
470 | 470 | with: |
471 | 471 | persist-credentials: false |
472 | 472 | - name: Create gh-aw temp directory |
@@ -1327,7 +1327,7 @@ jobs: |
1327 | 1327 | echo "GH_AW_AGENT_OUTPUT=/tmp/gh-aw/agent_output.json" >> "$GITHUB_OUTPUT" |
1328 | 1328 | - name: Checkout repository for patch context |
1329 | 1329 | if: needs.agent.outputs.has_patch == 'true' |
1330 | | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
| 1330 | + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
1331 | 1331 | with: |
1332 | 1332 | persist-credentials: false |
1333 | 1333 | # --- Threat Detection --- |
|
0 commit comments