Skip to content

Commit

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

build(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
Cyan4973 authored Oct 23, 2023
2 parents 6a9c99a + be715be commit 4445203
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@8ade135a41bc03ea155e62e844d188df1ea18608 |
# | git repo, commit hash | Run actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 |
# | 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

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

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Environment info
run: |
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
XEMU: ${{ matrix.xemu }}
MOREFLAGS: -Werror
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: apt update & install (1)
run: |
sudo apt-get update
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
{ os: macos-12 },
]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

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

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Build ${{ matrix.system.os }}, ${{ matrix.arch }}
run: |
Expand Down Expand Up @@ -595,7 +595,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

Expand Down

0 comments on commit 4445203

Please sign in to comment.