Skip to content

Commit 8561038

Browse files
committed
Brush up actions
1 parent e5cf929 commit 8561038

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# Dependency Review Action
2-
#
3-
# This Action will scan dependency manifest files that change as part of a Pull Reqest, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
4-
#
5-
# Source repository: https://github.com/actions/dependency-review-action
6-
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
1+
---
72
name: 'Dependency Review'
83
on: [pull_request]
94

@@ -12,7 +7,7 @@ permissions:
127

138
jobs:
149
dependency-review:
15-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1611
steps:
1712
- name: 'Checkout Repository'
1813
uses: actions/checkout@v6

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
jobs:
77
golangci:
88
name: lint
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: golangci-lint

0 commit comments

Comments
 (0)