Skip to content

Commit

Permalink
update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Jan 14, 2025
1 parent 4999366 commit 2af0471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: 🏷️ Manage label based on build result
if: ${{ always() && github.event_name == 'pull_request' }}
uses: okineadev/[email protected]
uses: material-extensions/[email protected]

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action '🛠️ Build + Test' step
Uses Step
uses 'material-extensions/add-labels' with ref 'v1.0.4', not a pinned commit hash
with:
labels: "❌ failed build"
action: ${{ steps.build.outcome == 'failure' && 'add' || 'remove' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/color-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: 🏷️ Manage label based on color check result
if: always()
uses: okineadev/[email protected]
uses: material-extensions/[email protected]

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action '🎨 Check SVG icon colors' step
Uses Step
uses 'material-extensions/add-labels' with ref 'v1.0.4', not a pinned commit hash
with:
labels: "🎨 invalid colors"
action: ${{ steps.color-check.outcome == 'failure' && 'add' || 'remove' }}
Expand Down

0 comments on commit 2af0471

Please sign in to comment.