-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/github-script Change-type: patch
- Loading branch information
1 parent
2425726
commit 237d529
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -440,7 +440,7 @@ jobs: | |
# The github-script action is a safer method of writing to outputs and variables, vs a shell step. | ||
# https://github.com/actions/github-script | ||
- name: Enable mirror tarballs | ||
uses: actions/[email protected] | ||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 | ||
with: | ||
script: | | ||
const currentValue = process.env.BARYS_ARGUMENTS_VAR || ''; | ||
|
@@ -529,7 +529,7 @@ jobs: | |
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows | ||
- name: Restore sstate cache | ||
id: sstate-restore | ||
uses: tespkg/actions-cache/[email protected] | ||
uses: tespkg/actions-cache/restore@cba095d7af782a955b8f4fa13396fbf0ab62bd4b # v1.7.1 | ||
with: | ||
endpoint: minio | ||
port: 9000 | ||
|
@@ -589,7 +589,7 @@ jobs: | |
# https://github.com/tespkg/actions-cache | ||
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows | ||
- name: Save sstate cache | ||
uses: tespkg/actions-cache/[email protected] | ||
uses: tespkg/actions-cache/save@cba095d7af782a955b8f4fa13396fbf0ab62bd4b # v1.7.1 | ||
# Do not save cache for pull_request_target events | ||
# as they run in the context of the main branch and would be vulnerable to cache poisoning. | ||
# https://0xn3va.gitbook.io/cheat-sheets/ci-cd/github/actions#cache-poisoning | ||
|