Skip to content

Commit fe840a5

Browse files
authored
Merge pull request #347 from kufu/security/sha-pinning-gha
GitHub Actions SHA Pinning
2 parents e25dc91 + 9dd0294 commit fe840a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ jobs:
88
update-jpostcode-data:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212
- name: Set up Ruby
13-
uses: ruby/setup-ruby@v1
13+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
1414
with:
1515
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1616
- name: update jpostcode data
1717
run: bundle exec rake jpostcode:data:update_all
1818
env:
1919
RUBYOPT: "-w"
2020
- name: Create Pull Request
21-
uses: peter-evans/create-pull-request@v8
21+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
2222
with:
2323
base: master
2424
branch: update_jpostcode_data

0 commit comments

Comments
 (0)