Skip to content

Commit

Permalink
Merge pull request #58 from step-security-bot/stepsecurity_remediatio…
Browse files Browse the repository at this point in the history
…n_1715288892

[StepSecurity] Apply security best practices
  • Loading branch information
steffenfritz authored May 9, 2024
2 parents ae2c479 + d75b70c commit a5804cd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

- package-ecosystem: gomod
directory: /
schedule:
interval: daily
6 changes: 3 additions & 3 deletions .github/workflows/buildstatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
-
uses: actions/cache@v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: |
~/.cache/go-build
Expand All @@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-go-
-
name: Build
uses: crazy-max/ghaction-xgo@v3
uses: crazy-max/ghaction-xgo@682253ce1d3dd7a78c5120c703c9f3811dbf8cb2 # v3.0.0
with:
xgo_version: latest
go_version: 1.21
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
-
uses: actions/cache@v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
~/.cache/go-build
Expand All @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-go-
-
name: Build ftrove
uses: crazy-max/ghaction-xgo@v3
uses: crazy-max/ghaction-xgo@682253ce1d3dd7a78c5120c703c9f3811dbf8cb2 # v3.0.0
with:
xgo_version: latest
go_version: 1.21
Expand All @@ -44,7 +44,7 @@ jobs:
pkg: ./cmd/ftrove
-
name: Build admftrove
uses: crazy-max/ghaction-xgo@v3
uses: crazy-max/ghaction-xgo@682253ce1d3dd7a78c5120c703c9f3811dbf8cb2 # v3.0.0
with:
xgo_version: latest
go_version: 1.21
Expand All @@ -60,7 +60,7 @@ jobs:
pkg: ./cmd/admftrove
-
name: Create Release
uses: actions/[email protected]
uses: actions/create-release@8d93430eddafb926c668181c71f579556f68668c # v1.0.0
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -71,7 +71,7 @@ jobs:
prerelease: false
-
name: Upload Release Assets
uses: glentiki/[email protected]
uses: glentiki/xbin-release-action@736088fa1388541bd9224f2749445ee3bd8890a5 # v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit a5804cd

Please sign in to comment.