Skip to content

Commit d7f8d15

Browse files
authored
Merge pull request #80 from xdev-software/develop
Release
2 parents a920774 + 05eca73 commit d7f8d15

7 files changed

Lines changed: 17 additions & 14 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Find already existing issue
2626
id: find-issue
2727
run: |
28-
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \"Link Checker Report\"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
28+
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "Link Checker Report"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
2929
env:
3030
GH_TOKEN: ${{ github.token }}
31-
31+
3232
- name: Close issue if everything is fine
3333
if: steps.lychee.outputs.exit_code == 0 && steps.find-issue.outputs.number != ''
3434
run: gh issue close -r 'not planned' ${{ steps.find-issue.outputs.number }}
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Create Issue From File
3939
if: steps.lychee.outputs.exit_code != 0
40-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5
40+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6
4141
with:
4242
issue-number: ${{ steps.find-issue.outputs.number }}
4343
title: Link Checker Report

.github/workflows/image-vuln-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- uses: actions/checkout@v5
2121

2222
- name: Scan - Full
23-
uses: aquasecurity/trivy-action@0.33.0
23+
uses: aquasecurity/trivy-action@0.33.1
2424
with:
2525
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
2626

2727
- name: Scan - Relevant
2828
id: scan_relevant
29-
uses: aquasecurity/trivy-action@0.33.0
29+
uses: aquasecurity/trivy-action@0.33.1
3030
with:
3131
image-ref: ${{ env.TRIVYY_IMAGE_REF }}
3232
exit-code: 1
@@ -39,7 +39,7 @@ jobs:
3939
id: find-issue
4040
if: ${{ always() }}
4141
run: |
42-
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \"Trivy Vulnerability Report\"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
42+
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "Trivy Vulnerability Report"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
4343
env:
4444
GH_TOKEN: ${{ github.token }}
4545

@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Create Issue From File
6262
if: ${{ failure() && steps.scan_relevant.conclusion == 'failure' }}
63-
uses: peter-evans/create-issue-from-file@v5
63+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5
6464
with:
6565
issue-number: ${{ steps.find-issue.outputs.number }}
6666
title: Trivy Vulnerability Report

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
outputs: type=image,compression=zstd,force-compression=true
140140

141141
- name: Generate artifact attestation (ghcr.io)
142-
uses: actions/attest-build-provenance@v2
142+
uses: actions/attest-build-provenance@v3
143143
with:
144144
subject-name: ghcr.io/${{ github.repository }}
145145
subject-digest: ${{ steps.push.outputs.digest }}

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
outputs: type=image,compression=zstd,force-compression=true
5353

5454
- name: Generate artifact attestation (ghcr.io)
55-
uses: actions/attest-build-provenance@v2
55+
uses: actions/attest-build-provenance@v3
5656
with:
5757
subject-name: ghcr.io/${{ github.repository }}
5858
subject-digest: ${{ steps.push.outputs.digest }}

.github/workflows/update-from-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# If no PAT is used the following error occurs on a push:
4343
# refusing to allow a GitHub App to create or update workflow `.github/workflows/xxx.yml` without `workflows` permission
4444
token: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}
45-
45+
4646
- name: Init Git
4747
run: |
4848
git config --global user.email "111048771+xdev-gh-bot@users.noreply.github.com"
@@ -188,7 +188,7 @@ jobs:
188188
# If no PAT is used the following error occurs on a push:
189189
# refusing to allow a GitHub App to create or update workflow `.github/workflows/xxx.yml` without `workflows` permission
190190
token: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}
191-
191+
192192
- name: Init Git
193193
run: |
194194
git config --global user.email "111048771+xdev-gh-bot@users.noreply.github.com"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.1.2
2+
* Updated dependencies
3+
14
# 1.1.1
25
* Updated dependencies
36
* Updated ``Duende.IdentityServer`` to ``7.3``

src/OpenIdConnectServerMock.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Duende.IdentityServer" Version="7.3.1" />
30-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.19" />
31-
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.19" />
29+
<PackageReference Include="Duende.IdentityServer" Version="7.3.2" />
30+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.20" />
31+
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.20" />
3232
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
3333
<PackageReference Include="YamlDotNet" Version="16.3.0" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)