We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407e465 commit e3e3be5Copy full SHA for e3e3be5
2 files changed
.github/workflows/release-gemini.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: write
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
15
16
- name: Read version from package.json
17
id: version
.github/workflows/validate.yml
@@ -10,10 +10,10 @@ jobs:
10
validate:
runs-on: ubuntu-latest
- name: Set up Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
18
node-version: '20'
19
0 commit comments