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/auto-pr-from-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: 📥 Checkout Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

steps:
- name: 📥 Checkout Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

steps:
- name: 📥 Checkout Code
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: 🔍 Security Scan (QRCoder.Core)
run: |
Expand All @@ -175,7 +175,7 @@ jobs:

steps:
- name: 📥 Checkout Code
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: 🗄️ Setup .NET
uses: actions/setup-dotnet@v5.4.0
Expand All @@ -202,7 +202,7 @@ jobs:

steps:
- name: 📥 Checkout Code
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: 🗄️ Setup .NET
uses: actions/setup-dotnet@v5.4.0
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:

steps:
- name: 📥 Checkout Code
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: 🗄️ Setup .NET
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: 🗄️ Setup .NET
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-branch-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- name: 🗑️ Delete merged branch
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opencode-auto-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
OMNIROUTE_BASE_URL: https://omniroute.afonsoft.dev/v1
steps:
- name: Checkout repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 1
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opencode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
OMNIROUTE_BASE_URL: https://omniroute.afonsoft.dev/v1
steps:
- name: Checkout repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 1
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: � Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: ️ Setup .NET
uses: actions/setup-dotnet@v5.4.0
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: 🔍 Initialize CodeQL
uses: github/codeql-action/init@v4
Expand All @@ -49,7 +49,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: 🗄️ Setup .NET
uses: actions/setup-dotnet@v5.4.0
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down
Loading