aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-27 06:58:05 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-27 08:23:23 +0000
commit9c438eff6f5825f43ead0f9287d22faa1db01269 (patch)
treeaf43738d03ad20d9d10ef03bddb13c20d86eff5e /.github/workflows/codeql-analysis.yml
parentmerges (diff)
downloadfirejail-9c438eff6f5825f43ead0f9287d22faa1db01269.tar.gz
firejail-9c438eff6f5825f43ead0f9287d22faa1db01269.tar.zst
firejail-9c438eff6f5825f43ead0f9287d22faa1db01269.zip
build(deps): bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6495f3618..87d5f9ba3 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -84,7 +84,7 @@ jobs:
84 uploads.github.com:443 84 uploads.github.com:443
85 85
86 - name: Checkout repository 86 - name: Checkout repository
87 uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f 87 uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
88 88
89 # Initializes the CodeQL tools for scanning. 89 # Initializes the CodeQL tools for scanning.
90 - name: Initialize CodeQL 90 - name: Initialize CodeQL