mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
build(deps): bump actions/checkout from 3.5.0 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8f4b7f8486...8e5e7e5ab8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51f898b952
commit
f1059dae11
4 changed files with 8 additions and 8 deletions
10
.github/workflows/build-extra.yml
vendored
10
.github/workflows/build-extra.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
allowed-endpoints: >
|
||||
azure.archive.ubuntu.com:80
|
||||
github.com:443
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- name: update package information
|
||||
run: sudo apt-get update
|
||||
- name: install dependencies
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
allowed-endpoints: >
|
||||
azure.archive.ubuntu.com:80
|
||||
github.com:443
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- name: update package information
|
||||
run: sudo apt-get update
|
||||
- name: install clang-tools-14 and dependencies
|
||||
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
allowed-endpoints: >
|
||||
azure.archive.ubuntu.com:80
|
||||
github.com:443
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- name: update package information
|
||||
run: sudo apt-get update
|
||||
- name: install cppcheck
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
allowed-endpoints: >
|
||||
azure.archive.ubuntu.com:80
|
||||
github.com:443
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- name: update package information
|
||||
run: sudo apt-get update
|
||||
- name: install cppcheck
|
||||
|
|
@ -138,7 +138,7 @@ jobs:
|
|||
allowed-endpoints: >
|
||||
azure.archive.ubuntu.com:80
|
||||
github.com:443
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- name: update package information
|
||||
run: sudo apt-get update
|
||||
- name: install dependencies
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
www.debian.org:443
|
||||
www.debian.org:80
|
||||
yahoo.com:1025
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- name: update package information
|
||||
run: sudo apt-get update
|
||||
- name: install dependencies
|
||||
|
|
|
|||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
uploads.github.com:443
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
|
|||
2
.github/workflows/profile-checks.yml
vendored
2
.github/workflows/profile-checks.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
allowed-endpoints: >
|
||||
github.com:443
|
||||
|
||||
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
# - name: sort.py
|
||||
# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
|
||||
# Currently broken (see #5610)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue