Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"

- name: Checkout hmy code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
path: go-sdk
ref: refs/tags/${{ steps.resolve-tag.outputs.tag }}
Expand Down Expand Up @@ -97,15 +97,15 @@ jobs:

steps:
- name: Checkout hmy code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
path: go-sdk
ref: refs/tags/${{ needs.check.outputs.tag }}
fetch-depth: 1
persist-credentials: false

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 #v6.5.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e #v7.0.0
with:
go-version-file: go-sdk/go.mod
cache: false
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

steps:
- name: Checkout hmy code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
path: go-sdk
ref: refs/tags/${{ needs.check.outputs.tag }}
Expand Down
44 changes: 44 additions & 0 deletions .github/workflows/github-actions-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: GitHub Actions Security Analysis with zizmor 🌈 and actionlint

on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/**/*.yml'
- '.github/workflows/**/*.yaml'

pull_request:
branches: ["**"]
paths:
- '.github/workflows/**/*.yml'
- '.github/workflows/**/*.yaml'

permissions: {}

jobs:
zizmor:
name: Run zizmor 🌈
runs-on: ubuntu-latest
steps:
- &checkout-repository
name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
with:
persist-credentials: false
fetch-depth: 1

- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
with:
inputs: ./.github/
advanced-security: false

actionlint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- *checkout-repository
- name: Run actionlint # Docu: https://github.com/rhysd/actionlint/blob/main/docs/usage.md#docker
uses: docker://rhysd/actionlint@sha256:9d36088643581e728c969f35141f88139fec77280b2be23c1f66f8e40e1025e7 #v1.7.12
34 changes: 0 additions & 34 deletions .github/workflows/zizmor.yml

This file was deleted.