Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/local-python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
apt-get install -y --no-install-recommends git ca-certificates
## https://github.com/actions/checkout/releases/tag/v6.0.2
## > de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Install linters
Expand All @@ -78,7 +78,7 @@ jobs:
## not vendor a copy; checkout @master keeps the org's
## single source of truth. Matches the pattern in
## local-python-fuzz.yml.
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: org-ai-assisted/developer-meta-files
ref: master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/local-python-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Checkout repository
## https://github.com/actions/checkout/releases/tag/v6.0.2
## > de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
## Needed for ci/step-summary-emit.sh. helper-scripts does
## not vendor a copy; checkout @master keeps the org's
## single source of truth.
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: org-ai-assisted/developer-meta-files
ref: master
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Checkout repository
## https://github.com/actions/checkout/releases/tag/v6.0.2
## > de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand All @@ -153,7 +153,7 @@ jobs:
if: always()
## Needed for ci/step-summary-emit.sh. See same step in the
## 'pr' job above for rationale.
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: org-ai-assisted/developer-meta-files
ref: master
Expand Down
Loading