summaryrefslogtreecommitdiff
path: root/.github/workflows/bundled_gems.yml
diff options
context:
space:
mode:
authorStepSecurity Bot <bot@stepsecurity.io>2022-11-25 10:26:10 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-25 20:12:23 +0900
commite15cd01149afe4924460f81cb6e27dd96de06657 (patch)
treed95d0bc97f0ec1300a85892b5a01d29a66b2673f /.github/workflows/bundled_gems.yml
parent8a50db7dfa9383326854ddfa47c7003722567d61 (diff)
[StepSecurity] ci: Harden GitHub Actions
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6810
Diffstat (limited to '.github/workflows/bundled_gems.yml')
-rw-r--r--.github/workflows/bundled_gems.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml
index 471f32b25f..f9a7a822cd 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -29,9 +29,9 @@ jobs:
echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
echo "TODAY=$(date +%F)" >> $GITHUB_ENV
- - uses: actions/checkout@v3
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- - uses: actions/cache@v3
+ - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
with:
path: .downloaded-cache
key: downloaded-cache-${{ github.sha }}