From afd7683c618b5341bac06445449375446d611783 Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Sat, 4 Mar 2023 15:31:39 -0800 Subject: [PATCH] fixes permission on test --- .github/workflows/on-tag.yaml | 6 ++++++ .version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-tag.yaml b/.github/workflows/on-tag.yaml index 12cecae2..cbbe336c 100644 --- a/.github/workflows/on-tag.yaml +++ b/.github/workflows/on-tag.yaml @@ -6,6 +6,12 @@ on: jobs: test: uses: ./.github/workflows/test.yaml + permissions: + contents: read + security-events: write + with: + go-version: ^1.20.1 + scan-severity: 'CRITICAL,HIGH,MEDIUM' release-cli: runs-on: ubuntu-latest needs: diff --git a/.version b/.version index 95e94cdd..90ab6e94 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v0.0.1 \ No newline at end of file +v0.0.2 \ No newline at end of file