Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-borg-backup
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
AnotherStranger
docker-borg-backup
Commits
6bdf7f97
Unverified
Commit
6bdf7f97
authored
3 months ago
by
renovate[bot]
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #236 from AnotherStranger/renovate/all
refactor(deps): update all dependencies
parents
436f73c3
bf49d3ca
Branches
Branches containing commit
Tags
v2.6.9-rc.22
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/docker-build.yml
+2
-2
2 additions, 2 deletions
.github/workflows/docker-build.yml
.github/workflows/security.yml
+1
-1
1 addition, 1 deletion
.github/workflows/security.yml
.pre-commit-config.yaml
+2
-2
2 additions, 2 deletions
.pre-commit-config.yaml
with
5 additions
and
5 deletions
.github/workflows/docker-build.yml
+
2
−
2
View file @
6bdf7f97
...
@@ -27,7 +27,7 @@ jobs:
...
@@ -27,7 +27,7 @@ jobs:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4
-
name
:
Install cosign
-
name
:
Install cosign
uses
:
sigstore/cosign-installer@
fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3
# v3.9.
0
uses
:
sigstore/cosign-installer@
398d4b0eeef1380460a10c8013a76f728fb906ac
# v3.9.
1
-
name
:
Docker meta
-
name
:
Docker meta
id
:
meta
id
:
meta
uses
:
docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
# v5
uses
:
docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
# v5
...
@@ -111,7 +111,7 @@ jobs:
...
@@ -111,7 +111,7 @@ jobs:
output
:
"
trivy-results.sarif"
output
:
"
trivy-results.sarif"
severity
:
"
CRITICAL,HIGH"
severity
:
"
CRITICAL,HIGH"
-
name
:
Upload Trivy scan results to GitHub Security tab
-
name
:
Upload Trivy scan results to GitHub Security tab
uses
:
github/codeql-action/upload-sarif@
39edc492dbe16b1465b0cafca41432d857bdb31a
# v3
uses
:
github/codeql-action/upload-sarif@
181d5eefc20863364f96762470ba6f862bdef56b
# v3
if
:
${{ github.event_name != 'pull_request' }}
if
:
${{ github.event_name != 'pull_request' }}
with
:
with
:
sarif_file
:
"
trivy-results.sarif"
sarif_file
:
"
trivy-results.sarif"
This diff is collapsed.
Click to expand it.
.github/workflows/security.yml
+
1
−
1
View file @
6bdf7f97
...
@@ -26,6 +26,6 @@ jobs:
...
@@ -26,6 +26,6 @@ jobs:
output
:
'
trivy-results-fs.sarif'
output
:
'
trivy-results-fs.sarif'
severity
:
'
CRITICAL,HIGH,MEDIUM'
severity
:
'
CRITICAL,HIGH,MEDIUM'
-
name
:
Upload Trivy scan results to GitHub Security tab
-
name
:
Upload Trivy scan results to GitHub Security tab
uses
:
github/codeql-action/upload-sarif@
39edc492dbe16b1465b0cafca41432d857bdb31a
# v3
uses
:
github/codeql-action/upload-sarif@
181d5eefc20863364f96762470ba6f862bdef56b
# v3
with
:
with
:
sarif_file
:
'
trivy-results-fs.sarif'
sarif_file
:
'
trivy-results-fs.sarif'
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
2
−
2
View file @
6bdf7f97
...
@@ -35,10 +35,10 @@ repos:
...
@@ -35,10 +35,10 @@ repos:
hooks
:
hooks
:
-
id
:
shellcheck
-
id
:
shellcheck
-
repo
:
https://github.com/renovatebot/pre-commit-hooks
-
repo
:
https://github.com/renovatebot/pre-commit-hooks
rev
:
41.
1
.4
rev
:
41.
6
.4
hooks
:
hooks
:
-
id
:
renovate-config-validator
-
id
:
renovate-config-validator
-
repo
:
https://github.com/google/yamlfmt.git
-
repo
:
https://github.com/google/yamlfmt.git
rev
:
v0.17.
1
rev
:
v0.17.
2
hooks
:
hooks
:
-
id
:
yamlfmt
-
id
:
yamlfmt
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment