Skip to content

Commit d8b21f0

Browse files
committed
[296] merged main + update
Signed-off-by: Marta Tomzik <[email protected]>
2 parents bb73676 + 90621cb commit d8b21f0

25 files changed

+242
-89
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Since dependabot cannot update workflows using docker,
22
# we use this indirection since dependabot can update this file.
3-
FROM rhysd/actionlint:1.7.3@sha256:7617f05bd698cd2f1c3aedc05bc733ccec92cca0738f3e8722c32c5b42c70ae6
3+
FROM rhysd/actionlint:1.7.7@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: "Harden Runner"
33-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
33+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
3434
with:
3535
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3636

3737
- name: "Checkout"
38-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
with:
4040
fetch-depth: 0
4141

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: "Harden Runner"
36-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
36+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
3737
with:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939
- name: "Checkout"
40-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
fetch-depth: 0
4343
- name: "Check Markdown documents"
44-
uses: DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809 # v17.0.0
44+
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
4545
with:
4646
globs: '**/*.md'

.github/workflows/periodic-maintainers-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
pull-requests: write
2323
steps:
2424
- name: "Harden Runner"
25-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
25+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
2626
with:
2727
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2828

2929
- name: "Checkout"
30-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131
with:
3232
fetch-depth: 0
3333

3434
- name: "Setup Python"
35-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
35+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3636
with:
3737
python-version: "3.11"
3838

@@ -61,7 +61,7 @@ jobs:
6161
git commit -s -m "MAINTAINERS.md: automated update"
6262
git push -u -f origin maintainers-update
6363
if ! (gh pr list --head maintainers-update --json number | grep -q "number") ; then
64-
gh pr create --title "MAINTAINERS.md: automated update" --body "Automated update of MAINTAINERS.md"
64+
gh pr create --title "MAINTAINERS.md: automated update" --body "Automated update of MAINTAINERS.md" --reviewer instructlab/community-maintainers
6565
fi
6666
env:
6767
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/spellcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: "Harden Runner"
35-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
35+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
3636
with:
3737
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3838

3939
- name: "Checkout"
40-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
fetch-depth: 0
4343

4444
- name: Spellcheck
45-
uses: rojopolis/spellcheck-github-actions@7ff888c45ba73d66b3a180963706715897f41684 # v0.43.0
45+
uses: rojopolis/spellcheck-github-actions@e7d2b8d65030d75d79a50c069a6ef30522e534eb # v0.46.0

.github/workflows/stale_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: "Harden Runner"
27-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
27+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
2828
with:
2929
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3030

3131
- name: "Stale Action"
32-
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
32+
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
3333
with:
3434
stale-issue-label: 'stale'
3535
stale-issue-message: >

.spellcheck-en-custom.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ weinberg
244244
Wikimedia
245245
wikimultihop
246246
wordmarks
247+
workspaces
247248
workstreams
248249
WSL
249250
xukai

CODEOWNERS

Lines changed: 0 additions & 12 deletions
This file was deleted.

CODE_OF_CONDUCT_COMMITTEE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ To report a Code of Conduct violation to our Code of Conduct Committee, you may
88
[[email protected]](mailto:[email protected]). The email will be read and acted upon by our Code of Conduct Committee
99
members.
1010

11-
If you experience a Code of Conduct violation in our InstructLab Slack workspace, please follow the
12-
[instructions in our moderation guide](https://github.com/instructlab/community/blob/main/InstructLab_SLACK_MODERATION_GUIDE.md#reporting-abuse)
13-
to get immediate help in Slack.
11+
If you experience a Code of Conduct violation in our InstructLab Discord or Slack workspace, please follow the
12+
instructions in our moderation guides:
13+
14+
- [Slack moderation guide](https://github.com/instructlab/community/blob/main/InstructLab_SLACK_MODERATION_GUIDE.md#reporting-abuse)
15+
- [Discord moderation guide](https://github.com/instructlab/community/blob/main/InstructLab_DISCORD_MODERATION_GUIDE.md#reporting-abuse)
1416

1517
As part of our follow up on your report, we would like to contact you for further discussion. If you would prefer not to
1618
engage beyond reporting the matter to the committee, please let us know that as part of your submission. We will respect

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ There are a number of tools that make it easier for developers to manage DCO sig
172172
## Communication
173173

174174
You can join the
175+
[InstructLab Discord server](https://instructlab.ai/discord) or
175176
[InstructLab Slack workspace](https://github.com/instructlab/community/blob/main/InstructLabSlackGuide.md) to
176177
communicate with project maintainers and your fellow users.
177178

0 commit comments

Comments
 (0)