Skip to content

Commit

Permalink
bump node version & update actions_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Jan 11, 2025
1 parent 5fc4e37 commit edc1f3c
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 155 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release GitHub Actions

on:
workflow_dispatch:
inputs:
tag:
description: "Tag for the release"
required: true

permissions:
contents: read

jobs:
release:
permissions:
actions: read
id-token: write
contents: write
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
with:
tag: "${{ github.event.inputs.tag }}"
37 changes: 0 additions & 37 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
required: false
default: 'https://github.com/mikefarah/yq/releases/download/{version}/yq_{platform}_{arch}'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
icon: book-open
color: '#FFFF00'
Loading

0 comments on commit edc1f3c

Please sign in to comment.