Skip to content

Commit e83aaaa

Browse files
committed
Merge branch 'master' of https://github.com/microcks/microcks.io into add-netlify-config
2 parents 94b5377 + 1f0dd07 commit e83aaaa

44 files changed

Lines changed: 601 additions & 167 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/broken-links-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repository
9-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1010
with:
1111
submodules: true
1212

1313
- name: Check
14-
uses: ruzickap/action-my-broken-link-checker@f5a3296e86117675ab07b9fbf1a92027e5c340ef # v2.8.1
14+
uses: ruzickap/action-my-broken-link-checker@68d00ba73d919c9f70715625f6cf70f0b0ba19a9 # v3.0.0
1515
with:
1616
url: https://microcks.io
1717
pages_path: public

.github/workflows/external-link-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020

2121
# Link Checker run with lychee action
2222
- name: Link Checker
2323
id: lychee
24-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
24+
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
2525
with:
2626
args: --no-progress --insecure --user-agent 'curl/8.4.0' --scheme https --scheme http --header "accept=*/*" https://microcks.io/
2727
# Use markdown as output format
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create Issue From File
5050
id: create_issue
5151
if: env.has_errors == 'true'
52-
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
52+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
5353
with:
5454
title: "External Link Check Report - ${{ env.DATE }}"
5555
content-filepath: ./lychee/out.md

.github/workflows/hugo-build-status-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# Step to checkout the repository
2222
- name: Checkout repository
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424

2525
# Step to set up Hugo
2626
- name: Setup Hugo

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414

1515
- name: Setup Go
16-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
16+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1717
with:
1818
go-version: '1.23'
1919

.github/workflows/welcome-new-users.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
permissions:
1717
issues: write # for wow-actions/welcome to comment on issues
1818
pull-requests: write # wow-actions/welcome to comment on PRs
19-
# Do not run on bots and maintainers
20-
if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }}
2119
runs-on: ubuntu-latest
2220
steps:
2321
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1

assets/images/blog/bio/ahicks.jpg

1.2 MB
Loading
3.58 MB
Loading
3.76 MB
Loading
344 KB
Loading

assets/images/blog/reseau-cnam.jpg

-39.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)