We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81204e commit 3757c70Copy full SHA for 3757c70
.github/workflows/go-builder.yml
.github/workflows/release-builder.yml
@@ -1,5 +1,8 @@
1
name: Build and upload release artifact
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
release:
8
types: [created]
@@ -9,6 +12,9 @@ env:
9
12
10
13
jobs:
11
14
build:
15
+ permissions:
16
+ contents: write
17
18
runs-on: ubuntu-latest
19
20
steps:
.github/workflows/scorecards.yml
@@ -2,7 +2,7 @@ name: OpenSSF Scorecards
branch_protection_rule: # yamllint disable-line rule:empty-values
schedule:
- - cron: "28 14 * * 2" # Run every Tuesday at 14:28 UTC
+ - cron: "28 14 * * *" # Run daily at 14:28 UTC
push:
branches:
- main
0 commit comments