Skip to content

Commit d037235

Browse files
authored
Merge pull request #41 from openai/codex/pin-github-workflow-refs-20260325-213349
[codex] Pin GitHub Actions workflow references
2 parents 710e5c7 + da9805a commit d037235

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424

2525
- name: Set up Node
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727
with:
2828
node-version: "20"
2929
cache: "npm"
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run build-storybook --output-dir storybook-static
3636

3737
- name: Upload Pages artifact
38-
uses: actions/upload-pages-artifact@v3
38+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
3939
with:
4040
path: ./storybook-static
4141

@@ -48,4 +48,4 @@ jobs:
4848
steps:
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v4
51+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

0 commit comments

Comments
 (0)