File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments