Skip to content

Commit ec91722

Browse files
authored
chore: remove GitHubSecurityLab/actions-permissions/monitor (#51)
With #48 merged this should replace both the dedicated harden steps and GitHubSecurityLab/actions-permissions/monitor
1 parent c2577fb commit ec91722

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
env:
3232
GORELEASER_CURRENT_TAG: ${{ needs.conventional-commit-release.outputs.release_tag }}
3333
steps:
34-
- uses: GitHubSecurityLab/actions-permissions/monitor@e80931f0826124db0a241ba9876c8e8eb3ca4d75 # v1.0.2-beta2
3534
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3635
with:
3736
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
actions: read
2121
security-events: write
2222
steps:
23-
- uses: GitHubSecurityLab/actions-permissions/monitor@e80931f0826124db0a241ba9876c8e8eb3ca4d75 # v1.0.2-beta2
2423
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2524
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2625
with:
@@ -61,7 +60,6 @@ jobs:
6160
actions: read
6261
contents: read
6362
steps:
64-
- uses: GitHubSecurityLab/actions-permissions/monitor@e80931f0826124db0a241ba9876c8e8eb3ca4d75 # v1.0.2-beta2
6563
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6664
- name: Trivy Scan
6765
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
@@ -82,7 +80,6 @@ jobs:
8280
permissions:
8381
contents: read
8482
steps:
85-
- uses: GitHubSecurityLab/actions-permissions/monitor@e80931f0826124db0a241ba9876c8e8eb3ca4d75 # v1.0.2-beta2
8683
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8784
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8885
with:
@@ -110,7 +107,6 @@ jobs:
110107
permissions:
111108
contents: read
112109
steps:
113-
- uses: GitHubSecurityLab/actions-permissions/monitor@e80931f0826124db0a241ba9876c8e8eb3ca4d75 # v1.0.2-beta2
114110
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115111
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
116112
with:
@@ -138,7 +134,6 @@ jobs:
138134
permissions:
139135
contents: read
140136
steps:
141-
- uses: GitHubSecurityLab/actions-permissions/monitor@e80931f0826124db0a241ba9876c8e8eb3ca4d75 # v1.0.2-beta2
142137
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143138
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
144139
with:

0 commit comments

Comments
 (0)