Skip to content

Commit

Permalink
Merge pull request #934 from Cyan4973/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.3

build(deps): bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
Cyan4973 authored Apr 22, 2024
2 parents d28b0bf + f1f3f97 commit cba4254
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# | Item | Section in the right pane |
# | ------------------------- | ------------------------------------- |
# | OS, VM | Set up job |
# | git repo, commit hash | Run actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 |
# | git repo, commit hash | Run actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f |
# | gcc, tools | Environment info |
#
# - To fail earlier, order of tests in the same job are roughly sorted by
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: apt-get install
run: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
name: Linux x64 check results consistency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Environment info
run: |
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
CC: emcc

steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Setup cache
id: cache-system-libraries
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
name: Linux x64 misc tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: apt-get install
run: |
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
name: Linux x64 cmake unofficial build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Environment info
run: |
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
XEMU: ${{ matrix.xemu }}
MOREFLAGS: -Werror
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: apt update & install (1)
run: |
sudo apt-get update
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
{ os: macos-12 },
]
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Environment info
run: |
Expand Down Expand Up @@ -529,7 +529,7 @@ jobs:
arch: [ x64, Win32, ARM, ARM64 ]

steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Build ${{ matrix.system.os }}, ${{ matrix.arch }}
run: |
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff # v2
with:
msystem: MSYS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
persist-credentials: false

Expand Down

0 comments on commit cba4254

Please sign in to comment.