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
4 changes: 2 additions & 2 deletions .github/workflows/add-issue-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: cg-linux
steps:
- name: Save actions cache
uses: Catglobe/save-actions-cache@v1
uses: Catglobe/save-actions-cache@a55e794e2a44c324f94c9aedda2d5fb0a9f48b3b # v2
# Generate token for GitHub app
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
with:
app-id: 1008511
private-key: ${{ secrets.CG_ISSUE_PROCESSOR_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_catglobe_nupkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
with:
dotnet-version: '10'
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
cache: npm
cache-dependency-path: |
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Test
run: dotnet test
- name: NuGet login (OIDC → temp API key)
uses: NuGet/login@v1
uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1
id: nuget
with:
user: Catglobe
Expand Down