We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea66d2 commit 1b22cfeCopy full SHA for 1b22cfe
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on: push
5
jobs:
6
test_publish:
7
name: Test and publish
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v3
.github/workflows/trufflehog.yaml
@@ -9,7 +9,7 @@ on:
scan-secrets:
name: Scan for secrets
12
13
14
15
uses: actions/checkout@v6
0 commit comments