Skip to content

Commit

Permalink
[CI] Add pinned-dependencies for workflow files (#528)
Browse files Browse the repository at this point in the history
Address OpenSSF "Pinned-Dependencies" in #516
  • Loading branch information
wenju-he committed May 31, 2024
1 parent 97fe700 commit 4c564bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files availabilty
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files availabilty
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand All @@ -39,7 +39,7 @@ jobs:
steps:

- name: Checkout opencl-clang sources for action files availabilty
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Run build-opencl-clang action
uses: ./.github/actions/build-opencl-clang
Expand Down

0 comments on commit 4c564bd

Please sign in to comment.