Skip to content

Commit

Permalink
chore: Format YAML files consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 30, 2022
1 parent 94337dc commit 395414e
Show file tree
Hide file tree
Showing 9 changed files with 1,122 additions and 1,117 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
labels:
- enhancement
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- enhancement
- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
labels:
- enhancement
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- enhancement
32 changes: 16 additions & 16 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: govulncheck
on:
schedule:
- cron: "22 2 * * *"
- cron: 22 2 * * *
jobs:
govulncheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: go-version
id: go-version
run: |
echo go-version="$(awk '/GO_VERSION:/ { print $2 }' .github/workflows/main.yml)" >> ${GITHUB_OUTPUT}
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
cache: true
go-version: ${{ steps.go-version.outputs.go-version }}
- name: install
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
- name: run
run: |
govulncheck ./...
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: go-version
id: go-version
run: |
echo go-version="$(awk '/GO_VERSION:/ { print $2 }' .github/workflows/main.yml)" >> ${GITHUB_OUTPUT}
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
cache: true
go-version: ${{ steps.go-version.outputs.go-version }}
- name: install
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
- name: run
run: |
govulncheck ./...
16 changes: 8 additions & 8 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lock-threads

on:
schedule:
- cron: '0 0 * * *'
- cron: 0 0 * * *
workflow_dispatch: {}

permissions:
Expand All @@ -15,10 +15,10 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # pin@v3
with:
issue-lock-reason: resolved
issue-inactive-days: 7
pr-lock-reason: resolved
pr-inactive-days: 7
log-output: true
- uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # pin@v3
with:
issue-lock-reason: resolved
issue-inactive-days: 7
pr-lock-reason: resolved
pr-inactive-days: 7
log-output: true
Loading

0 comments on commit 395414e

Please sign in to comment.