Skip to content

Commit 7ba0d4d

Browse files
authored
[codex] Pin GitHub Actions workflow references (#2558)
1 parent a0f464b commit 7ba0d4d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v8
10+
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8
1111
with:
1212
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days."
1313
stale-pr-message: "This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days."

.github/workflows/validate-notebooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1313
with:
1414
fetch-depth: 0 # needed for git diff to work
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
1818
with:
1919
python-version: '3.12'
2020

0 commit comments

Comments
 (0)