Skip to content

Commit 1260093

Browse files
Merge pull request #389 from AnotherStranger/renovate/next-all
refactor(deps): pin dependencies (next)
2 parents 27db8ca + 6701be2 commit 1260093

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929
- name: Install cosign
30-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
30+
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
3131
- name: Docker meta
3232
id: meta
3333
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
@@ -103,15 +103,15 @@ jobs:
103103
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
104104
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
105105
- name: Run Trivy vulnerability scanner
106-
uses: aquasecurity/trivy-action@master
106+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # master
107107
if: ${{ github.event_name != 'pull_request' }}
108108
with:
109109
image-ref: "ghcr.io/anotherstranger/borg-server:sha-${{ github.sha }}"
110110
format: 'sarif'
111111
output: "trivy-results.sarif"
112112
severity: "CRITICAL,HIGH"
113113
- name: Upload Trivy scan results to GitHub Security tab
114-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
114+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
115115
if: ${{ github.event_name != 'pull_request' }}
116116
with:
117117
sarif_file: "trivy-results.sarif"

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
output: 'trivy-results-fs.sarif'
2727
severity: 'CRITICAL,HIGH,MEDIUM'
2828
- name: Upload Trivy scan results to GitHub Security tab
29-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
29+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
3030
with:
3131
sarif_file: 'trivy-results-fs.sarif'

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ repos:
3131
- "-i"
3232
- "CHANGELOG.md"
3333
- repo: https://github.com/renovatebot/pre-commit-hooks
34-
rev: 43.59.2
34+
rev: 43.87.1
3535
hooks:
3636
- id: renovate-config-validator
3737
- repo: https://github.com/google/yamlfmt.git
3838
rev: v0.21.0
3939
hooks:
4040
- id: yamlfmt
4141
- repo: https://github.com/biomejs/pre-commit
42-
rev: v2.4.6
42+
rev: v2.4.8
4343
hooks:
4444
- id: biome-format

0 commit comments

Comments
 (0)