Skip to content

Commit b0a786c

Browse files
committed
fix: pin 6 unpinned action(s)
1 parent ebcf5ad commit b0a786c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
if: >-
2121
github.event_name == 'pull_request' &&
2222
github.event.pull_request.head.repo.full_name != github.repository
23-
uses: codecov/codecov-action@v5
23+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
2424
with:
2525
fail_ci_if_error: true
2626
- name: Upload coverage to codecov (with token)
2727
if: >
2828
github.repository == 'TheAlgorithms/Java' &&
2929
(github.event_name != 'pull_request' ||
3030
github.event.pull_request.head.repo.full_name == github.repository)
31-
uses: codecov/codecov-action@v5
31+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}
3434
fail_ci_if_error: true

.github/workflows/clang-format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: DoozyX/clang-format-lint-action@v0.20
15+
- uses: DoozyX/clang-format-lint-action@bcb4eb2cb0d707ee4f3e5cc3b456eb075f12cf73 # v0.20
1616
with:
1717
source: './src'
1818
extensions: 'java'

.github/workflows/infer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525

2626
- name: Set up OCaml
27-
uses: ocaml/setup-ocaml@v3
27+
uses: ocaml/setup-ocaml@44184b0d1ab751e3d1726b13e0afef61d6980755 # v3
2828
with:
2929
ocaml-compiler: 5
3030

.github/workflows/update-directorymd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Run Directory Tree Generator
22-
uses: DenizAltunkapan/directory-tree-generator@v2
22+
uses: DenizAltunkapan/directory-tree-generator@b765a3588b0af4bcf38548975027b7c5d846363e # v2
2323
with:
2424
path: src
2525
extensions: .java
@@ -33,7 +33,7 @@ jobs:
3333
git diff --cached --quiet || git commit -m "Update DIRECTORY.md"
3434
3535
- name: Create Pull Request
36-
uses: peter-evans/create-pull-request@v8
36+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
3737
with:
3838
token: ${{ secrets.REPO_SCOPED_TOKEN }}
3939
branch: update-directory

0 commit comments

Comments
 (0)