Skip to content

Commit 1239eee

Browse files
authored
Merge pull request #1817 from github/jm_update_github_actions
chore: add dependabot and update github actions
2 parents 2c4e963 + e6973df commit 1239eee

File tree

4 files changed

+178
-5
lines changed

4 files changed

+178
-5
lines changed

.github/dependabot.yaml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: 'bundler'
5+
directory: '/'
6+
schedule:
7+
interval: 'weekly'
8+
commit-message:
9+
prefix: 'chore(deps)'
10+
groups:
11+
dependencies:
12+
applies-to: version-updates
13+
update-types:
14+
- 'minor'
15+
- 'patch'
16+
- package-ecosystem: 'github-actions'
17+
directory: '/'
18+
schedule:
19+
interval: 'weekly'
20+
commit-message:
21+
prefix: 'chore(deps)'
22+
groups:
23+
dependencies:
24+
applies-to: version-updates
25+
update-types:
26+
- 'minor'
27+
- 'patch'
28+
- package-ecosystem: 'docker'
29+
directory: '/'
30+
schedule:
31+
interval: 'weekly'
32+
commit-message:
33+
prefix: 'chore(deps)'
34+
groups:
35+
dependencies:
36+
applies-to: version-updates
37+
update-types:
38+
- 'minor'
39+
- 'patch'

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323
with:
2424
fetch-depth: 10
2525

26-
- uses: ruby/setup-ruby@v1
26+
- uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true
3030

31-
- uses: actions/setup-python@v2
31+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
3232
with:
3333
# This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
3434
python-version: '3.x'
3535

36-
- uses: actions/cache@v2
36+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
3737
with:
3838
path: ~/.cache/pip
3939
key: ${{ runner.os }}-pip

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*.pyc
22
pkg/
33
.bundle
4-
Gemfile.lock
54
.project
65
.buildpath
76
*~

Gemfile.lock

+135
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
GIT
2+
remote: https://github.com/gjtorikian/commonmarker.git
3+
revision: 2838ebaa83ee0081d481c21f3bc0e4cb3e8de9da
4+
tag: v0.18.3
5+
specs:
6+
commonmarker (0.18.3)
7+
ruby-enum (~> 0.5)
8+
9+
PATH
10+
remote: .
11+
specs:
12+
github-markup (5.0.1)
13+
14+
GEM
15+
remote: http://rubygems.org/
16+
specs:
17+
RedCloth (4.3.4)
18+
activesupport (7.1.3.4)
19+
base64
20+
bigdecimal
21+
concurrent-ruby (~> 1.0, >= 1.0.2)
22+
connection_pool (>= 2.2.5)
23+
drb
24+
i18n (>= 1.6, < 2)
25+
minitest (>= 5.1)
26+
mutex_m
27+
tzinfo (~> 2.0)
28+
asciidoctor (2.0.23)
29+
base64 (0.2.0)
30+
bigdecimal (3.1.8)
31+
builder (3.3.0)
32+
cgi (0.4.1)
33+
charlock_holmes (0.7.7)
34+
concurrent-ruby (1.3.3)
35+
connection_pool (2.4.1)
36+
crass (1.0.6)
37+
creole (0.3.8)
38+
drb (2.2.1)
39+
expression_parser (0.9.0)
40+
github-linguist (7.30.0)
41+
cgi
42+
charlock_holmes (~> 0.7.7)
43+
mini_mime (~> 1.0)
44+
rugged (~> 1.0)
45+
html-pipeline (1.11.0)
46+
activesupport (>= 2)
47+
nokogiri (~> 1.4)
48+
htmlentities (4.3.4)
49+
i18n (1.14.5)
50+
concurrent-ruby (~> 1.0)
51+
mini_mime (1.1.5)
52+
minitest (5.23.1)
53+
mutex_m (0.2.0)
54+
nokogiri (1.16.6-aarch64-linux)
55+
racc (~> 1.4)
56+
nokogiri (1.16.6-arm-linux)
57+
racc (~> 1.4)
58+
nokogiri (1.16.6-arm64-darwin)
59+
racc (~> 1.4)
60+
nokogiri (1.16.6-x86-linux)
61+
racc (~> 1.4)
62+
nokogiri (1.16.6-x86_64-darwin)
63+
racc (~> 1.4)
64+
nokogiri (1.16.6-x86_64-linux)
65+
racc (~> 1.4)
66+
nokogiri-diff (0.3.0)
67+
nokogiri (~> 1.5)
68+
tdiff (~> 0.4)
69+
org-ruby (0.9.9)
70+
rubypants (~> 0.2)
71+
psych (5.1.2)
72+
stringio
73+
racc (1.8.0)
74+
rake (13.2.1)
75+
rdoc (6.7.0)
76+
psych (>= 4.0.0)
77+
redcarpet (3.6.0)
78+
rexml (3.3.0)
79+
strscan
80+
ruby-enum (0.9.0)
81+
i18n
82+
rubypants (0.7.1)
83+
rugged (1.7.2)
84+
sanitize (6.1.1)
85+
crass (~> 1.0.2)
86+
nokogiri (>= 1.12.0)
87+
stringio (3.1.1)
88+
strscan (3.1.0)
89+
tdiff (0.4.0)
90+
twitter-text (1.14.7)
91+
unf (~> 0.1.0)
92+
tzinfo (2.0.6)
93+
concurrent-ruby (~> 1.0)
94+
unf (0.1.4)
95+
unf_ext
96+
unf_ext (0.0.9.1)
97+
wikicloth (0.8.3)
98+
builder
99+
expression_parser
100+
htmlentities
101+
nokogiri
102+
twitter-text
103+
104+
PLATFORMS
105+
aarch64-linux
106+
arm-linux
107+
arm64-darwin
108+
x86-linux
109+
x86_64-darwin
110+
x86_64-linux
111+
112+
DEPENDENCIES
113+
RedCloth
114+
activesupport (~> 7.1.3.4)
115+
asciidoctor (~> 2.0.5)
116+
commonmarker!
117+
creole (~> 0.3.6)
118+
github-linguist (>= 7.1.3)
119+
github-markup!
120+
html-pipeline (~> 1.0)
121+
kramdown
122+
minitest (~> 5.4, >= 5.4.3)
123+
nokogiri (~> 1.16.5)
124+
nokogiri-diff (~> 0.3.0)
125+
org-ruby (= 0.9.9)
126+
rake
127+
rdoc (~> 6.7.0)
128+
redcarpet
129+
rexml
130+
sanitize (>= 4.6.3)
131+
twitter-text (~> 1.14)
132+
wikicloth (= 0.8.3)
133+
134+
BUNDLED WITH
135+
2.5.9

0 commit comments

Comments
 (0)