Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-fix-whitespace.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
name: Auto-Fix Trailing Whitespace

Expand Down Expand Up @@ -57,7 +57,7 @@

- name: Create Pull Request
if: steps.fix.outputs.has_changes == 'true'
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-health-check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Daily Health Check

on:
Expand Down Expand Up @@ -239,15 +239,15 @@
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Security scan with Trivy
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
output: 'trivy-results.txt'

- name: Check for secrets
uses: trufflesecurity/trufflehog@v3.92.4
uses: trufflesecurity/trufflehog@v3.94.2
with:
path: ./
base: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standards-compliance.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
name: Standards Compliance Template

Expand Down Expand Up @@ -89,7 +89,7 @@
fi

- name: Security - Check for secrets
uses: trufflesecurity/trufflehog@v3.92.4
uses: trufflesecurity/trufflehog@v3.94.2
with:
path: ./

Expand Down
Loading