Skip to content

Commit 4063ea7

Browse files
Update workflows to use SHA (#153)
1 parent 05aa5eb commit 4063ea7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
14-
- uses: haya14busa/action-update-semver@v1
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
14+
- uses: haya14busa/action-update-semver@7d2c558640ea49e798d46539536190aff8c18715 #v1.5.1
1515
with:
1616
major_version_tag_only: true
1717
- name: Create a Release
18-
uses: actions/create-release@v1
18+
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e #v1.1.4
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
2121
with:

.github/workflows/test_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
1212
- run: mkdir -p myoutput
1313
- name: Test KICS action
1414
uses: ./

0 commit comments

Comments
 (0)