Skip to content
Open
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
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
rebase-strategy: disabled
open-pull-requests-limit: 10
cooldown:
default-days: 7
exclude:
- fac/*
11 changes: 11 additions & 0 deletions .github/workflows/check-pinned-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check actions have their versions pinned

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

jobs:
pinact:
uses: fac/shared-workflows/.github/workflows/check_pinned_actions.yml@main
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
name: Test action

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
name: Checkout code

- name: Run tests
run: npm run test

- uses: pCYSl5EDgo/cat@1.0.0
- uses: pCYSl5EDgo/cat@264f5b318158276af69bd0a2a9f1e613b2d03ebf # 1.0.0
name: Cat for GitHub Actions
id: get_key
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
name: Update action

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
name: Checkout code

- name: Update v1 Tag
Expand Down
4 changes: 4 additions & 0 deletions .pinact.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 3
ignore_actions:
- name: fac/.*
ref: ^main$