3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-25 01:31:18 +00:00

Merge pull request #8741 from Z3Prover/dependabot/github_actions/actions/checkout-6.0.2

Bump actions/checkout from 5.0.1 to 6.0.2
This commit is contained in:
Nikolaj Bjorner 2026-02-23 20:30:33 -08:00 committed by GitHub
commit 6df2aeedb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 24 additions and 24 deletions

View file

@ -53,7 +53,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -251,7 +251,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
persist-credentials: false persist-credentials: false
- name: Create gh-aw temp directory - name: Create gh-aw temp directory

View file

@ -53,7 +53,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -260,7 +260,7 @@ jobs:
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
# Cache memory file share configuration from frontmatter processed below # Cache memory file share configuration from frontmatter processed below
- name: Create cache-memory directory - name: Create cache-memory directory

View file

@ -53,7 +53,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -246,7 +246,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
persist-credentials: false persist-credentials: false
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
@ -1043,7 +1043,7 @@ jobs:
path: /tmp/gh-aw/ path: /tmp/gh-aw/
- name: Checkout repository - name: Checkout repository
if: ((!cancelled()) && (needs.agent.result != 'skipped')) && (contains(needs.agent.outputs.output_types, 'create_pull_request')) if: ((!cancelled()) && (needs.agent.result != 'skipped')) && (contains(needs.agent.outputs.output_types, 'create_pull_request'))
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
persist-credentials: false persist-credentials: false

View file

@ -53,7 +53,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -253,7 +253,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
persist-credentials: false persist-credentials: false
- name: Create gh-aw temp directory - name: Create gh-aw temp directory

View file

@ -58,7 +58,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -256,7 +256,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
persist-credentials: false persist-credentials: false
- name: Create gh-aw temp directory - name: Create gh-aw temp directory

View file

@ -59,7 +59,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -269,7 +269,7 @@ jobs:
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
# Cache memory file share configuration from frontmatter processed below # Cache memory file share configuration from frontmatter processed below
- name: Create cache-memory directory - name: Create cache-memory directory
@ -1125,7 +1125,7 @@ jobs:
path: /tmp/gh-aw/ path: /tmp/gh-aw/
- name: Checkout repository - name: Checkout repository
if: ((!cancelled()) && (needs.agent.result != 'skipped')) && (contains(needs.agent.outputs.output_types, 'create_pull_request')) if: ((!cancelled()) && (needs.agent.result != 'skipped')) && (contains(needs.agent.outputs.output_types, 'create_pull_request'))
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} token: ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
persist-credentials: false persist-credentials: false

View file

@ -53,7 +53,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -253,7 +253,7 @@ jobs:
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -60,7 +60,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -269,7 +269,7 @@ jobs:
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
# Cache memory file share configuration from frontmatter processed below # Cache memory file share configuration from frontmatter processed below
- name: Create cache-memory directory - name: Create cache-memory directory

4
.github/workflows/specbot.lock.yml generated vendored
View file

@ -65,7 +65,7 @@ jobs:
with: with:
destination: /opt/gh-aw/actions destination: /opt/gh-aw/actions
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -263,7 +263,7 @@ jobs:
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
- name: Configure Git credentials - name: Configure Git credentials
env: env:

View file

@ -61,7 +61,7 @@ jobs:
const { main } = require('/opt/gh-aw/actions/validate_context_variables.cjs'); const { main } = require('/opt/gh-aw/actions/validate_context_variables.cjs');
await main(); await main();
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -286,7 +286,7 @@ jobs:
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
with: with:
persist-credentials: false persist-credentials: false

View file

@ -61,7 +61,7 @@ jobs:
const { main } = require('/opt/gh-aw/actions/validate_context_variables.cjs'); const { main } = require('/opt/gh-aw/actions/validate_context_variables.cjs');
await main(); await main();
- name: Checkout .github and .agents folders - name: Checkout .github and .agents folders
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.2
with: with:
sparse-checkout: | sparse-checkout: |
.github .github
@ -287,7 +287,7 @@ jobs:
- name: Create gh-aw temp directory - name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
with: with:
persist-credentials: false persist-credentials: false