Skip to content

Commit e93f6ec

Browse files
Merge pull request #74 from kommitters/v1.0
Release v1.0.10
2 parents 8b1cf6b + 93c0239 commit e93f6ec

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

.github/workflows/codeql.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,22 @@ jobs:
4141

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0.0
44+
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
4545
with:
4646
disable-sudo: true
4747
egress-policy: block
4848
allowed-endpoints: >
49-
api.github.com:443
49+
*.github.jpy.wang:443
5050
github.com:443
51+
*.githubapp.com:443
52+
*.githubusercontent.com:443
5153
5254
- name: Checkout repository
53-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
55+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5456

5557
# Initializes the CodeQL tools for scanning.
5658
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
59+
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
5860
with:
5961
languages: ${{ matrix.language }}
6062
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -67,7 +69,7 @@ jobs:
6769
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6870
# If this step fails, then you should remove it and run the build manually (see below)
6971
- name: Autobuild
70-
uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
72+
uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
7173

7274
# ℹ️ Command-line programs to run using the OS shell.
7375
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -80,6 +82,6 @@ jobs:
8082
# ./location_of_script_within_repo/buildscript.sh
8183

8284
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
85+
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
8486
with:
8587
category: "/language:${{matrix.language}}"

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.10 (25.04.2024)
4+
* Add stale issues policy in CONTRIBUTING.md.
5+
* Update the codeql.yml.
6+
37
## 1.0.9 (13.01.2023)
48
* Update all dependencies.
59
* Block egress traffic in GitHub Actions.

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ At this point, you're waiting on us. We like to at least comment on pull request
4949
business days (typically, one business day). We may suggest some changes, improvements or
5050
alternatives.
5151

52+
# Stale issues
53+
54+
To ensure that our issue tracker remains organized and relevant, we have implemented a policy for handling Stale issues. Please review the following guidelines:
55+
56+
1. **Marking as Stale**: Issues will be automatically marked as **Stale** after 60 days of inactivity.
57+
2. **Closing Stale Issues**: After an issue has been marked as Stale, a comment will be posted on the issue indicating that it will be closed if there is no further activity or information provided within a specified period.
58+
59+
Thank you for helping us maintain a clean and efficient issue tracker!
60+
5261
## Additional resources
5362

5463
* [EditorJS](https://editorjs.io/)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "editorjs-break-line",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"keywords": [
55
"tool",
66
"divider",

0 commit comments

Comments
 (0)